Option Explicit
Sub N_Sample008()
    N_Sample008_1 "N_Sample008_1"			'w޼Ʈ
    'N_Sample008_1                 			'ٲ޼Ʈ
End Sub

'QIsX{
Sub N_Sample008_1(Optional myStr As String = "default")
    MsgBox myStr
End Sub
